projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b74c2
)
* gud.el (gud-last-last-frame): Specify initial value. `dbx'
author
Jim Blandy
<jimb@redhat.com>
Thu, 29 Jul 1993 04:07:02 +0000
(
04:07
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 29 Jul 1993 04:07:02 +0000
(
04:07
+0000)
doesn't work unless we do.
lisp/gud.el
patch
|
blob
|
history
diff --git
a/lisp/gud.el
b/lisp/gud.el
index eb6608b88c0a74676313fbd06c4043cf49c99393..abf515d454ca84ac925e010204e6b9ad1117ad9e 100644
(file)
--- a/
lisp/gud.el
+++ b/
lisp/gud.el
@@
-119,7
+119,7
@@
we're in the GUD buffer)."
;; Used by gud-refresh, which should cause gud-display-frame to redisplay
;; the last frame, even if it's been called before and gud-last-frame has
;; been set to nil.
-(defvar gud-last-last-frame)
+(defvar gud-last-last-frame
nil
)
;; All debugger-specific information is collected here.
;; Here's how it works, in case you ever need to add a debugger to the mode.